Fix memory crash/perf. issue with arima.py + exogenous regressors#1015
Fix memory crash/perf. issue with arima.py + exogenous regressors#1015belliriccardo wants to merge 3 commits intoNixtla:mainfrom
Conversation
…us regressors Fixes issue Nixtla#1006: Memory crash/performance issue within arima.py when using exogenous regressors
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
|
|
@belliriccardo Thanks for your contribution! |
elephaint
left a comment
There was a problem hiding this comment.
Seems like a simple improvement, thanks!
Note that we use nbdev to create the code; hence, please run nbdev_export when making changes to the ipynb files.
|
Hey @elephaint ! Sorry I'm late, I've just seen this. Thanks for the feedback; I didn't know about |
This simple patch would fix the issue described in #1006; also, by not computing the full matrices in one case and just the singular values in the other, there would also be big performance gains, depending on the time series, regressors, etc.